1.0.30:
+ Arrow keys can now be used to navigate tables when editing.
+ Updated internal SQLite version to 3.8.4.3. See https://sqlite.org/changes.html for version details.
+ When dragging a table/column to the query editor, the query editor now gets focussed correctly.
+ Fixed an issue where the table list could sometimes scroll to the top.
+ Fixed an issue that could cause the app to not properly detect when a database has been
  modified by an external source.
+ A few improvements to autocomplete.
+ Fixed an issue when editing favorite queries.
+ Fixed an issue where users may be unable to edit rows containing a column without a datatype.
+ Fixed searching within the query editor.
+ Fixed an issue with unique columns which could cause application crashes on database load.
+ Fixed a crash that could happen if the query execution shortcut contained the return key.

1.0.31:
+ Added social networking links.
+ Added an index row header to results and data view.
+ Fixed an issue that could sometimes cause binary columns to display as null.
+ Can now select a column when copying data results.
+ Generic performance improvements.
+ Fixed an issue where 'Add as Favorite' could cause a hang.
+ Tab/Shift+Tab now indents code rather than replacing it with the tab character (visual studios style behaviour).
+ CMD + ] (or CMD + [) also indents code (xcode style behaviour).
+ Added semi-colon as a CSV export/import option.
+ Fixed an issue that could cause column collations to be dropped.

1.0.32:
+ Query results now have a context menu that includes 'Copy' and 'Copy with Headers'.
+ Fixed an issue that could cause auto-complete to work incorrectly for some users.
+ Fixed semicolon selection on CSV import.
+ Fixed an issue that would cause an EXPLAIN query to hang the UI.
+ Failed queries no longer get added to the query execution history.

1.0.33:
+ Added themes. You can now pick from any of our built in themes, or customize your own.
+ Pre-emptive fixes for newer operating systems.
+ Fixed a few issues with auto-refresh.
+ Improved database loading performance.

1.0.35:
+ Fixed an issue that would cause the data table to display blank after an export.
+ Fixed a few issues around themes.
  - Colors would get slightly darker every time themes were saved.
  - Renaming a theme was not working on all systems.
  - Sometimes it would appear that themes had not saved changes.
+ Fixed an issue that could cause the application to crash when opening a database with
  write-ahead logging enabled.

1.0.36:
+ Fixed an issue where when running a CTE query SQLite Professional could freeze.
+ Fixed an issue that could cause crashes when updating a table that included unique columns.
+ Fixed an issue where unchecking 'Allow Null' on a new table would not work correctly.
+ Fixed an issue with auto-increment detection.